'Declaration
<CanBeNullAttribute()> <MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")> <UANodeAttribute(".[InstrumentRange]")> <UADataAttribute()> Public Property InstrumentRange As UARange
'Usage
Dim instance As UAAnalogItemNode(Of TValue,TAttribute) Dim value As UARange instance.InstrumentRange = value value = instance.InstrumentRange
[CanBeNull()] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[InstrumentRange]")] [UAData()] public UARange InstrumentRange {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.